home *** CD-ROM | disk | FTP | other *** search
/ MacTech 1 to 12 / MacTech-vol-1-12.toast / Source / MacTech® Magazine / Volume 11 - 1995 / 11.02 Feb 95 / Yenta / C Libraries / InstallDefProc.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-04-04  |  295 b   |  14 lines  |  [TEXT/KAHL]

  1. /* this file contains the header for a procedure which can be used to */
  2. /* install an embedded DefProc.  See InstallDefProc.cp for more details */
  3.  
  4. #ifdef __cplusplus
  5. extern "C" {
  6. #endif
  7.  
  8.  
  9.     void InstallDefProc(short dpPath, ResType dpType, short dpID, Ptr dpAddr);
  10.  
  11.  
  12. #ifdef __cplusplus
  13. }
  14. #endif